projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb41165
)
add doc slot into comp-func struct
author
Andrea Corallo
<akrl@sdf.org>
Sat, 2 Nov 2019 16:33:55 +0000
(17:33 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:38:00 +0000
(11:38 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index c52cef6e94f75f30f164e4a186774dabd06332a1..8a9305a59b8f20452199c96ecd6154334cc3b1fc 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-205,6
+205,8
@@
Is in use to help the SSA rename pass."))
:documentation "The function name in the native world.")
(byte-func nil
:documentation "Byte compiled version.")
+ (doc nil :type string
+ :documentation "Doc string.")
(lap () :type list
:documentation "LAP assembly representation.")
(args nil :type comp-args-base)